home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48hor2 / iotest.doc < prev    next >
Text File  |  1995-03-31  |  2KB  |  51 lines

  1. Author: hpfcso.FC.HP.COM [Ray Depew] 
  2.   Date: Thu Dec 19 1991 
  3.  
  4. In comp.sys.hp48, robf@mcs213g.cs.umr.edu (Rob Fugina) writes: 
  5.  
  6. > I just bought the serial interface kit, and I can't get anything to work! 
  7. > I set the right port, speed, and parity on the computer, and I set the 
  8. > 48 to wire, ascii, and the same baud and parity as the computer.  Nothing 
  9. > seems to happen!  The only thing that I can get to happen (sometimes) is 
  10. > when the computer is in terminal mode and I put the 48 in server mode, 
  11. > the computer will receive 4-6 characters (that I recognize as the 48  
  12. > telling the computer it's in server mode).  Is there any way to test the 
  13. > connection?  Does the computer's com port need to be set for DCE or  
  14. > something???  HELP!!!!!!!!!! 
  15. >  
  16. > Rob   robf@cs.umr.edu 
  17.  
  18. 1) To test the connection without Kermit getting in the way, type "connect" 
  19.    at the 'Kermit >' prompt on your computer, or use a dumb terminal. 
  20.  
  21.    a) To test the computer->48 connection: 
  22.       - press OPENIO on the 48. 
  23.       - type HELLO on the computer and press RETURN/ENTER/whatever. 
  24.       - press BUFLEN on the 48 (last pg. of the I/O menu). 
  25.       - you should see two numbers on the stack.   
  26.         Level 1 is a flag:  1 := data transferred o.k. 
  27.                             2 := framing error or UART overrun 
  28.         Level 2 is the number of characters received from the computer. 
  29.       - press DROP to remove the flag and put the # of char's into Level 1. 
  30.       - press SRECV on the 48 (last pg. of the I/O menu). 
  31.       - you should see two numbers on the stack. 
  32.         Level 1 is a flag:  1 := data transferred o.k. 
  33.                             2 := unsuccessful receive.  (press ERRM for 
  34.                                  more detail) 
  35.         Level 2 should be the string received from the computer. 
  36.      
  37.     b) To test the 48->computer connection: 
  38.        - (Assuming you already pressed OPENIO) 
  39.        - put a string like "HI BACK" on Level 1 of the 48. 
  40.        - press XMIT on the 48 (last pg. of the I/O menu). 
  41.        - if data transfer is successful, you will see a 1 on Level 1. 
  42.        - if part of the string failed to transmit, you will see a 0 on 
  43.          Level 1 and the unsent portion of the string on Level 2. 
  44.  
  45. 2) Remember to press CLOSEIO when you've finished. 
  46.  
  47. Regards 
  48. Ray Depew 
  49. Hewlett Packard Co, Fort Collins, Colorado 
  50. rrd@hpfitst1.fc.hp.com 
  51.